Back

Stil, mijn ziel, wees stil - Opw. 717

Outro Stil, mijn ziel, wees stil

PNG - MP3 - MIDI
sax PNG
horn PNG
sax-only PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=76
  \key c\major
  
  g'8[ g8] g4 g4 a4 |
  
}

chordNames = \chordmode {
  g8:/b c8 c4 c4:/e d4:/fis |
 
}

songtext = \lyricmode {}

\include "../template.ly"

Tussenspel 1 Stil, mijn ziel, wees stil

PNG - MP3 - MIDI
sax PNG
sax-only PNG
horn PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=76
  \key c\major
  
  b2 r8 g'8 f8[ d8] | e2. d8[ f8] | g2( g8)[ b8] a8[ f8] | e2 g4 a4 |
  
}

chordNames = \chordmode {
  e1:m7 | c1:2 | e1:m7 | c2 c4:/e d4:/fis |
 
}

songtext = \lyricmode {}

\include "../template.ly"

Tussenspel 2 Stil, mijn ziel, wees stil

PNG - MP3 - MIDI
sax PNG
horn PNG
sax-only PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=76
  \key c\major
  
  b2 r8 g'8 f8[ d8] | e2. d8[ f8] | g2( g8)[ b8] a8[ f8] | e2. d4 | 
  e4 e4 e2 | e4 e4 e4. c16[ d16] | e4 e4 e4 d8[ e8] | e2 g4 a4 |
  
}

chordNames = \chordmode {
  e1:m7 | c1:2 | e1:m7 | c1 | a1:m7 | f1:7 | a1:m7 | c2:2 c4:/e d4:/fis |
 
}

songtext = \lyricmode {}

\include "../template.ly"